home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1124 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: flash.LakeheadU.Ca!jgvotour
  2. From: jgvotour@flash.LakeheadU.Ca (Bonestripper/Revenge)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Re: Programming question [MUSIC/RASTERS]
  5. Message-ID: <22852@storm.LakeheadU.Ca>
  6. Date: 23 Jan 1996 15:02:22 GMT
  7. References: <gl0DZoO00YUqA5QGMm@andrew.cmu.edu>
  8. Sender: news@storm.LakeheadU.Ca
  9. Organization: Lakehead University
  10. X-Newsreader: TIN [version 1.2 PL1]
  11.  
  12. William Nolan (wnolan+@andrew.cmu.edu) wrote:
  13. : Hi, now that I mastered rasters, I was wondering if anyone knew the
  14. : specifics of playing music made with, say, DMC (since this is the only
  15. : one I know how to use right now) or any other tracker program, in the
  16. : background.  I understand the general concepts, ie. you have to call
  17. : their routine once every 1/60th seconds or so, tie it onto a raster
  18. : interrupt somewhere, etc.  I guess there's probably some unpacking
  19. : involved as well ...  but since DMC came with no docs on how to play
  20. : their musics, I don't know how to!  Any help would be appreciated...
  21. :  _ _    _ _   _ _   _ _     _ _
  22. : [@@@|  |@@@] [@@@] [@@@]   [@@@]
  23. : [~~~|/\|~~~] [~~~] [~~~]_  [~~~]_    William Nolan -- wn22@andrew.cmu.edu
  24. : [!!!!!!!!!!] [!!!] [!!!!!] [!!!!!]
  25. :  \ _ /\ _ /  [_ _] [_ _ _] [_ _ _]
  26.  
  27. Basically you've got the idea.  In your interrupt routine you just have to
  28. call their play routine.  I believe the play routine for DMC is at $1006
  29. (if the music hasn't been relocated).  Also to initialize the music, you
  30. must use a LDA #0:JSR $1000.
  31.  
  32.